home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Epic Interactive Enc…lopedia of the Paranormal
/
The Epic Interactive Encyclopedia of the Paranormal (1997).iso
/
savcode
/
cando
/
searchnext.txt
< prev
next >
Wrap
Text File
|
1992-09-02
|
288b
|
12 lines
;the text string to search with is "text2search"
;the documentname is "indexfile"
If text2search<>""
WorkWithDocument "indexfile"
SetWordDelimiters ","" "";"":""."
SearchFor text2search,NOCASE
MoveCursorTo ENDOF LINE
Let subject2select=charstobegofline
Do "SelectSubject"
EndIf